ffc script itemffc
{
	void run()
	{
		while (true)
		{
			if (LinkCollision(this))
			{
			CreateItemAt(84,Link->X,Link->Y);
			Quit;
			}
			Waitframe();
		}
	
	}
}